home *** CD-ROM | disk | FTP | other *** search
/ BMUG Newsletter 1997 Spring / BMUG Spring 1997 Newsletter (1997).bin / Software Updaters / A-C Updaters / Adobe / PageMaker ƒ / QMS Ver 4.0 PPDs ƒ / QMS 1725 Print System next >
PostScript Printer Description  |  1993-05-18  |  15KB  |  435 lines

  1. *PPD-Adobe:  "4.0"
  2. *% Adobe Systems Printer Description File
  3. *% For "QMS 1725 Print System" version 2011.22
  4. *% Date: 09/24/91
  5. *% Modified: 05/18/93
  6.  
  7. *FormatVersion: "4.0"
  8. *FileVersion: "1.0"
  9. *LanguageVersion: English
  10.  
  11. *Product: "(QMS 1725 Print System)"
  12. *PSVersion: "(2011.22) 4"
  13. *NickName: "QMS 1725 Print System"
  14.  
  15. *% General Information and Defaults ===============
  16. *FreeVM: "454000"
  17. *ColorDevice: False
  18. *VariablePaperSize: False
  19. *FileSystem: True
  20. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  21. *Throughput: "20"
  22. *Password: "0"
  23. *ExitServer: "
  24.   count 0 eq {  % is the password on the stack?
  25.     true
  26.   }{
  27.     dup % potential password
  28.     statusdict begin checkpassword end not
  29.   } ifelse
  30.   {  %  if no password or not valid
  31.     (WARNING : Cannot perform the exitserver command.) =
  32.     (Password supplied is not valid.) =
  33.     (Please contact the author of this software.) = flush
  34.     quit
  35.   } if
  36.   serverdict begin exitserver
  37. "
  38. *End
  39.  
  40. *Reset: "
  41.   count 0 eq {  % is the password on the stack?
  42.     true
  43.   }{
  44.     dup % potential password
  45.     statusdict begin checkpassword end not
  46.   } ifelse
  47.   {  %  if no password or not valid
  48.     (WARNING : Cannot reset printer.) =
  49.     (Password supplied is not valid.) =
  50.     (Please contact the author of this software.) = flush
  51.     quit
  52.   } if
  53.   serverdict begin exitserver
  54.   systemdict /quit get exec
  55.   (WARNING : Printer Reset Failed.) = flush
  56. "
  57. *End
  58.  
  59. *% Halftone Information ===============
  60. *ScreenFreq: "60.0"
  61. *ScreenAngle: "45.0"
  62. *DefaultScreenProc: Dot
  63. *ScreenProc Dot: "{ dup mul exch dup mul add 1 exch sub }"
  64.  
  65. *ScreenProc Line: "{ pop }"
  66. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  67.  
  68. *DefaultTransfer: Null
  69. *Transfer Null: "{ }"
  70. *Transfer Null.Inverse: "{ 1 exch sub }"
  71. *Transfer Normalized: "{ }"
  72. *Transfer Normalized.Inverse: "{ 1 exch sub }"
  73.  
  74. *% Paper Handling ===================
  75.  
  76. *OpenGroup: PaperHandling
  77. *OpenUI *Resolution: PickOne
  78. *OrderDependency: 5 AnySetup *Resolution
  79. *DefaultResolution: 300dpi
  80. *Resolution 300dpi: "statusdict begin 300 setresolution end "
  81. *Resolution 600dpi: "statusdict begin 600 setresolution end "
  82. *?Resolution: "
  83. save
  84.   statusdict begin resolution end
  85.   128 string cvs dup print (x) print print (dpi) = flush
  86. restore
  87. "
  88. *End
  89. *CloseUI: *Resolution
  90.  
  91. *% Use these entries to set paper size most of the time, unless there is
  92. *% specific reason to use PageRegion or PaperTray.
  93. *OpenUI *PageSize: PickOne
  94. *OrderDependency: 15 AnySetup *PageSize
  95. *DefaultPageSize: Letter
  96. *PageSize Letter: "statusdict begin lettertray initgraphics end"
  97. *PageSize Legal: "statusdict begin legaltray initgraphics end"
  98. *PageSize A4: "statusdict begin a4tray initgraphics end"
  99. *PageSize Executive: "statusdict begin executivetray initgraphics end"
  100. *PageSize Envelope.279.540/Monarch Envelope: "statusdict begin 3 setpapertray monarcenvelope initgraphics end"
  101. *PageSize Envelope.297.684/Common #10 Envelope: "statusdict begin 3 setpapertray com10envelope initgraphics end"
  102. *PageSize Envelope.312.624/DL Envelope: "statusdict begin 3 setpapertray dlenvelope initgraphics end"
  103. *?PageSize: "
  104.  save statusdict begin
  105.   12 dict begin
  106.    /letter (Letter) def
  107.    /legal (Legal) def
  108.    /a4 (A4) def
  109.    /executivepage (Executive) def
  110.    /envelope (Envelope) def
  111.    papersize {
  112.      {load exec} stopped not{= flush}if
  113.    }{
  114.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  115.    }ifelse
  116.   end
  117.  end restore
  118. "
  119. *End
  120. *CloseUI: *PageSize
  121.  
  122. *% These entries will set up the frame buffer. Usually used with manual feed.
  123. *DefaultPageRegion: Letter
  124. *PageRegion Letter: "letter initgraphics "
  125. *PageRegion Legal: "legal initgraphics "
  126. *PageRegion A4: "a4 initgraphics "
  127. *PageRegion Executive: "executivepage initgraphic "
  128. *PageRegion Envelope.279.540/Monarch Envelope: "monarcenvelope initgraphics "
  129. *PageRegion Envelope.297.684/Common #10 Envelope: "com10envelope initgraphics "
  130. *PageRegion Envelope.312.624/DL Envelope: "dlenvelope initgraphics "
  131.  
  132. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  133. *% These errors should be trapped by software and a message displayed
  134. *OpenUI *PaperTray: PickOne
  135. *OrderDependency: 20 AnySetup *PaperTray
  136. *DefaultPaperTray: Letter
  137. *PaperTray Letter: "statusdict begin lettertray initgraphics end"
  138. *PaperTray Legal: "statusdict begin legaltray initgraphics end"
  139. *PaperTray Executive: "statusdict begin executivetray initgraphics end"
  140. *PaperTray A4: "statusdict begin a4tray initgraphics end"
  141. *PaperTray Envelope.279.540/Monarch Envelope: "statusdict begin 3 setpapertray monarcenvelope initgraphics end"
  142. *PaperTray Envelope.297.684/Common #10 Envelope: "statusdict begin 3 setpapertray com10envelope initgraphics end"
  143. *PaperTray Envelope.312.624/DL Envelope: "statusdict begin 3 setpapertray dlenvelope initgraphics end "
  144. *?PaperTray: "
  145.  save statusdict begin
  146.   20 dict begin
  147.    /letter (Letter) def
  148.    /legal (Legal) def
  149.    /a4 (A4) def
  150.    /executivepage (Executive) def
  151.    /envelope (Envelope) def
  152.    papersize {
  153.      {load exec} stopped not{= flush}if
  154.    }{
  155.      {load exec} stopped not{print (.Transverse) = flush}if
  156.    }ifelse
  157.   end
  158.  end restore
  159. "
  160. *End
  161. *CloseUI: *PaperTray
  162.  
  163. *% The following entries provide information about specific paper keywords.
  164. *DefaultImageableArea: Letter
  165. *ImageableArea Letter: "12 10 601 781 "
  166. *ImageableArea Legal: "12 10 600 996 "
  167. *ImageableArea A4: "12 10 584 831 "
  168. *ImageableArea Executive: "12 10 511 746 "
  169. *ImageableArea Envelope.279.540/Monarch Envelope: "12 1 279 530 "
  170. *ImageableArea Envelope.297.684/Common #10 Envelope: "12 1 298 674 "
  171. *ImageableArea Envelope.312.624/DL Envelope: "12 1 313 613 "
  172. *?ImageableArea: "
  173.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  174.   newpath clippath pathbbox
  175.   4 -2 roll exch 2 {ceiling cvp} repeat
  176.   exch 2 {floor cvp} repeat flush
  177.  restore
  178. "
  179. *End
  180.  
  181.  
  182. *% These provide the physical dimensions of the paper (by keyword)
  183. *DefaultPaperDimension: Letter
  184. *PaperDimension Letter: "612 792"
  185. *PaperDimension Legal: "612 1008"
  186. *PaperDimension A4: "596 842"
  187. *PaperDimension Executive: "523 757"
  188. *PaperDimension Envelope.279.540/Monarch Envelope: "280 541"
  189. *PaperDimension Envelope.297.684/Common #10 Envelope: "298 685"
  190. *PaperDimension Envelope.312.624/DL Envelope: "313 625"
  191.  
  192. *OpenUI *OutputBin: PickOne
  193. *OrderDependency: 30 AnySetup *OutputBin
  194. *DefaultOutputBin: Upper
  195. *OutputBin Upper: "statusdict begin 1 setoutputray end"
  196. *OutputBin Back: "statusdict begin 2 setoutputtray end"
  197. *CloseUI: *OutputBin
  198.  
  199. *OpenUI *InputSlot: PickOne
  200. *OrderDependency: 10 AnySetup *InputSlot
  201. *DefaultInputSlot: Upper
  202. *InputSlot Upper: "statusdict begin 1 setpapertray end"
  203. *InputSlot Lower: "statusdict begin 2 setpapertray end"
  204. *InputSlot Envelope: "statusdict begin 3 setpapertray end"
  205. *?InputSlot: "
  206.  save statusdict begin
  207.   5 dict begin
  208.    /1 (Upper) def
  209.    /2 (Lower) def
  210.    /3 (Envelope) def
  211.    papertray
  212.      {( ) cvs cvn load exec} stopped not{= flush}if
  213.   end
  214.  end restore
  215. "
  216. *End
  217. *CloseUI: *InputSlot
  218.  
  219.  
  220. *DefaultManualFeed: False
  221. *?ManualFeed: "
  222.   statusdict /manualfeed get
  223.   {(True)}{(False)}ifelse = flush"
  224. *End
  225. *ManualFeed True: "statusdict begin /manualfeed true store end"
  226. *ManualFeed False: "statusdict begin /manualfeed false store end"
  227.  
  228. *DefaultOutputOrder: Normal
  229. *OutputOrder Normal: "statusdict begin 1 setoutputtray end"
  230. *OutputOrder Reverse: "statusdict begin 2 setoutputtray end"
  231.  
  232. *DefaultCollator: None
  233. *DefaultSorter: None
  234.  
  235. *OpenUI *Duplex: PickOne
  236. *OrderDependency: 40 AnySetup *Duplex
  237. *DefaultDuplex: None
  238. *Duplex None: "statusdict begin false setduplexmode false settumble end"
  239. *Duplex DuplexNoTumble: "statusdict begin true setduplexmode false settumble end"
  240. *Duplex DuplexTumble: "statusdict begin true setduplexmode true settumble end"
  241. *?Duplex: "
  242. statusdict begin
  243. duplexmode
  244. { tumble
  245.   { (DuplexTumble) }
  246.   { (DuplexNoTumble) }
  247.   ifelse
  248. }
  249. { (None)}
  250. ifelse
  251. = flush
  252. end
  253. "
  254. *End
  255. *CloseUI: *Duplex
  256. *CloseGroup: PaperHandling
  257.  
  258. *% Font Information =====================
  259.  
  260. *DefaultFont: Courier
  261. *Font AvantGarde-Book: Standard "(001.002)"
  262. *Font AvantGarde-BookOblique: Standard "(001.002)"
  263. *Font AvantGarde-Demi: Standard "(001.003)"
  264. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  265. *Font Bookman-Demi: Standard "(001.001)"
  266. *Font Bookman-DemiItalic: Standard "(001.001)"
  267. *Font Bookman-Light: Standard "(001.001)"
  268. *Font Bookman-LightItalic: Standard "(001.001)"
  269. *Font Courier: Standard "(002.003)"
  270. *Font Courier-Bold: Standard "(002.003)"
  271. *Font Courier-BoldOblique: Standard "(002.003)"
  272. *Font Courier-Oblique: Standard "(002.003)"
  273. *Font Helvetica: Standard "(001.006)"
  274. *Font Helvetica-Bold: Standard "(001.007)"
  275. *Font Helvetica-BoldOblique: Standard "(001.007)"
  276. *Font Helvetica-Condensed: Standard "(001.001)"
  277. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  278. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  279. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  280. *Font Helvetica-Narrow: Standard "(001.006)"
  281. *Font Helvetica-Narrow-Bold: Standard "(001.007)"
  282. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)"
  283. *Font Helvetica-Narrow-Oblique: Standard "(001.006)"
  284. *Font Helvetica-Oblique: Standard "(001.006)"
  285. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  286. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  287. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  288. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  289. *Font Palatino-Bold: Standard "(001.002)"
  290. *Font Palatino-BoldItalic: Standard "(001.002)"
  291. *Font Palatino-Italic: Standard "(001.002)"
  292. *Font Palatino-Roman: Standard "(001.001)"
  293. *Font Symbol: Special "(001.007)"
  294. *Font Times-Bold: Standard "(001.007)"
  295. *Font Times-BoldItalic: Standard "(001.009)"
  296. *Font Times-Italic: Standard "(001.007)"
  297. *Font Times-Roman: Standard "(001.007)"
  298. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  299. *Font ZapfDingbats: Special "(001.002)"
  300. *?FontQuery: "
  301. save  4 dict begin /sv exch def
  302. /str (fonts/                              ) def
  303. /st2 128 string def
  304. {
  305.   count 0 gt {
  306.     dup st2 cvs (/) print print (:) print
  307.     dup FontDirectory exch known {pop (Yes)}{
  308.      str exch st2 cvs dup length /len exch def
  309.      6 exch putinterval str 0 len 6 add getinterval mark exch
  310.      { } st2 filenameforall counttomark 0 gt {
  311.       cleartomark (Yes)}{cleartomark (No)}ifelse
  312.     }ifelse = flush
  313.   }{ exit } ifelse
  314. } bind loop
  315. (*) = flush
  316. sv end restore
  317. "
  318. *End
  319.  
  320. *?FontList: "
  321. save  2 dict begin /sv exch def
  322. /str 128 string def
  323. FontDirectory { pop == } bind forall flush
  324. /filenameforall where { 
  325.  pop save (fonts/*) { 
  326.   dup length 6 sub 6 exch getinterval cvn == 
  327.  } bind str filenameforall flush restore
  328. } if 
  329. (*) = flush
  330. sv end restore
  331. "
  332. *End
  333.  
  334. *% Printer Messages (verbatim from printer):
  335. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  336. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  337. *Message: "\FontName\ not found, using Courier"
  338.  
  339. *% Status (format: %%[ status: <one of these> ]%% )
  340. *Status: "idle"
  341. *Status: "busy"
  342. *Status: "waiting"
  343. *Status: "printing"
  344. *Status: "warming up"
  345.  
  346. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  347. *Source: "serial25"
  348. *Source: "AppleTalk"
  349. *Source: "Centronics"
  350. *Source: "Optional I/O"
  351.  
  352. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  353. *PrinterError: "Paper Out"
  354. *PrinterError: "Paper Jam"
  355. *PrinterError: "Off line"
  356.  
  357. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  358.  
  359. *% Color Separation Information =====================
  360.  
  361. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  362.  
  363. *InkName: ProcessBlack/Process Black
  364. *InkName: CustomColor/Custom Color
  365. *InkName: ProcessCyan/Process Cyan
  366. *InkName: ProcessMagenta/Process Magenta
  367. *InkName: ProcessYellow/Process Yellow
  368.  
  369. *%  For 60 lpi / 300 dpi  ===============================
  370.  
  371. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  372. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  373. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  374. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  375. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  376.  
  377. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  378. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  379. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  380. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  381. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  382.  
  383. *%  For 53 lpi / 300 dpi  ===============================
  384.  
  385. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  386. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  387. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  388. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  389. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  390.  
  391. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  392. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  393. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  394. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  395. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  396.  
  397. *%  For 85 lpi / 600 dpi  (5,5,2,6,6,2,20/3,0) =====================
  398.  
  399. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  400. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  401. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  402. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  403. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  404.  
  405. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  406. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  407. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  408. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  409. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  410.  
  411. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  412. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  413. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  414. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  415. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  416. "
  417. *End
  418.  
  419. *%  For 71 lpi / 600 dpi  ===============================
  420.  
  421. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  422. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  423. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  424. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  425. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  426.  
  427. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  428. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  429. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  430. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  431. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  432.  
  433. *% end of PPD file for QMS 1725 Print System.
  434.  
  435.